github.com/klauspost/compress/zstd.fseDecoder.norm (field)
9 uses
github.com/klauspost/compress/zstd (current package)
fse_decoder.go#L42: norm [maxSymbolValue + 1]int16
fse_decoder.go#L106: s.norm[uint8(charnum)] = 0
fse_decoder.go#L147: s.norm[charnum&0xff] = int16(count)
fse_decoder.go#L205: fatalErr(binary.Read(r, binary.LittleEndian, &s.norm))
fse_decoder_amd64.go#L38: norm: &s.norm[0],
fse_predefined.go#L117: copy(f.norm[:], []int16{4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1,
fse_predefined.go#L124: copy(f.norm[:], []int16{
fse_predefined.go#L131: copy(f.norm[:], []int16{
fse_predefined.go#L148: copy(enc.norm[:], f.norm[:])
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |